home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / csr_001.arc / CSRMODES.H < prev    next >
Text File  |  1988-09-02  |  640b  |  21 lines

  1. /*
  2. **  C S R M O D E S . H
  3. **
  4. **  Video Mode Definitions File for Use with C Spot Run
  5. **  C Add-On Library.
  6. **
  7. **  Copyright 1986 Bob Pritchett
  8. **
  9. **  Created: 05/05/86   Last Updated: 05/05/86
  10. **
  11. */
  12.  
  13. #define BW40    0    /* Black and White  -  40 x  25 */
  14. #define CO40    1    /*           Color  -  40 x  25 */
  15. #define BW80    2    /* Black and White  -  80 x  25 */
  16. #define CO80    3    /*           Color  -  80 x  25 */
  17. #define COG320    4    /*  Color Graphics  - 320 x 200 */
  18. #define BWG320    5    /*   Gray Graphics  - 320 x 200 */
  19. #define BWG640    6    /*    B/W Graphics  - 640 x 200 */
  20. #define MONO    7    /*      Monochrome  -  80 x  25 */
  21.